runtime.schedStatsAggregate.gWaiting (field)
5 uses
runtime (current package)
metrics.go#L500: out.scalar = in.schedStats.gWaiting
metrics.go#L795: gWaiting uint64
metrics.go#L865: a.gWaiting = a.gTotal - (a.gRunning + a.gRunnable + a.gNonGo)
metrics.go#L866: if a.gWaiting < 0 {
metrics.go#L867: a.gWaiting = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |